github.com/jackc/pgx/v5/internal/stmtcache.LRUCache.allocNode (method)

2 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		lru_cache.go#L74: 	node := c.allocNode()
		lru_cache.go#L171: func (c *LRUCache) allocNode() *lruNode {